google.golang.org/grpc.ccBalancerWrapper.updateCh (field)

10 uses

	google.golang.org/grpc (current package)
		balancer_conn_wrappers.go#L60: 	updateCh *buffer.Unbounded // Updates written on this channel are processed by watcher().
		balancer_conn_wrappers.go#L71: 		updateCh: buffer.NewUnbounded(),
		balancer_conn_wrappers.go#L116: 		case u := <-ccb.updateCh.Get():
		balancer_conn_wrappers.go#L117: 			ccb.updateCh.Load()
		balancer_conn_wrappers.go#L155: 	ccb.updateCh.Put(&ccStateUpdate{ccs: ccs})
		balancer_conn_wrappers.go#L208: 	ccb.updateCh.Put(&scStateUpdate{
		balancer_conn_wrappers.go#L222: 	ccb.updateCh.Put(&exitIdleUpdate{})
		balancer_conn_wrappers.go#L233: 	ccb.updateCh.Put(&resolverErrorUpdate{err: err})
		balancer_conn_wrappers.go#L251: 	ccb.updateCh.Put(&switchToUpdate{name: name})
		balancer_conn_wrappers.go#L333: 	ccb.updateCh.Put(&subConnUpdate{acbw: acbw})